docs: document fields of GtkRecentFilterInfo
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 01:23:35 +0000 (20:23 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 17:41:16 +0000 (12:41 -0500)
gtk/gtkrecentfilter.h

index f97eb57c0283320fc3dcc573f711129335066335..1a0f8b90c5a74602ff0dfbcec1b2cddc2c2c0a74 100644 (file)
@@ -76,6 +76,16 @@ typedef gboolean (*GtkRecentFilterFunc) (const GtkRecentFilterInfo *filter_info,
 
 /**
  * GtkRecentFilterInfo:
+ * @contains: #GtkRecentFilterFlags to indicate which fields are set.
+ * @uri: The URI of the file being tested.
+ * @display_name: The string that will be used to display the file in
+ *    the recent chooser.
+ * @mime_type: MIME type of the file.
+ * @applications: The list of applications that have registered the
+ *    file.
+ * @groups: The groups to which the file belongs to.
+ * @age: The number of days elapsed since the file has been
+ *    registered.
  *
  * A GtkRecentFilterInfo struct is used
  * to pass information about the tested file to gtk_recent_filter_filter().